home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 016a / hey_10.zip / HEY!.DOC < prev   
Text File  |  1991-12-26  |  2KB  |  49 lines

  1.   ┌───────────────────────────────────────────────────────────────────────╖
  2.   │ Hey!  v1.00    Copyright (C) 1991 by Paul Roub.  All Rights Reserved. ║
  3.   ╘═══════════════════════════════════════════════════════════════════════╝
  4.  
  5. Hey! is a VERY simple little program I tossed together to make pauses in
  6. batch files a little more noticeable.  I particularly like to use it when
  7. pausing after some sort of error message or other condition needing prompt
  8. attention.
  9.  
  10. Basically, the syntax is the same as ECHO -- just the program name, followed
  11. by the message you want displayed.  Hey! clears the keyboard buffer, displays
  12. the message, and then waits for a key to be pressed.  While waiting, it beeps
  13. about once per second.  Once a keystroke has been seen, it is thrown away,
  14. and Hey! exits with an errorlevel 0.  In other words, it behaves like PAUSE,
  15. but with a vvaiable message display and a bit of an attitude.
  16.  
  17.  
  18. The only exceptions are:
  19.  
  20.    Hey! is run without parameters:     Hey! displays a brief usage summary
  21.                                        and exits with errorlevel 1.
  22.  
  23.    Hey! is run with /? or ? parameter: Hey! displays the same summary, but
  24.                                        exits with errorlevel 0.
  25.  
  26.  
  27. This program is free for all use not involving the New Kids on the Block in
  28. any way.  A Manilow-exclusive clause is also under consideration.  This
  29. program, although free, is copyrighted by the author -- NOT public domain.
  30.  
  31.  
  32. Questions, comments, etc. should be directed to:
  33.  
  34.         Paul Roub
  35.  
  36.         BIX:      proub
  37.         MCI mail: PROUB
  38.         CIS:      71131,157
  39.  
  40.         US mail:  PO Box 141583
  41.                   Coral Gables, FL  33114-1583
  42.  
  43.                 
  44.  
  45. Revision History:
  46.  
  47. v1.00, 12/26/91:   Initial infliction on the public.
  48.  
  49.